home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-15 | 44.8 KB | 1,133 lines |
- object ModemForm: TModemForm
- Left = 17
- Top = 117
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Modem Configuration'
- ClientHeight = 377
- ClientWidth = 404
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 308
- Top = 342
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object TabbedNotebook1: TTabbedNotebook
- Left = 7
- Top = 6
- Width = 389
- Height = 331
- TabFont.Color = clBlack
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 5
- Top = 29
- Caption = 'Modem'
- object Label19: TLabel
- Left = 8
- Top = 12
- Width = 97
- Height = 16
- AutoSize = False
- Caption = 'Dial Using:'
- end
- object ModemSheets: TNotebook
- Left = 3
- Top = 32
- Width = 379
- Height = 265
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Modem'
- object GroupBox4: TGroupBox
- Left = 4
- Top = 2
- Width = 365
- Height = 168
- Caption = 'Modem Settings'
- TabOrder = 0
- object Label2: TLabel
- Left = 15
- Top = 114
- Width = 134
- Height = 16
- AutoSize = False
- Caption = 'Modem &Time-out '
- FocusControl = Time
- end
- object Label11: TLabel
- Left = 16
- Top = 84
- Width = 129
- Height = 16
- AutoSize = False
- Caption = '&Hang Up String:'
- FocusControl = HangupString
- end
- object Label12: TLabel
- Left = 16
- Top = 53
- Width = 129
- Height = 16
- AutoSize = False
- Caption = 'Initialisation &String:'
- FocusControl = InitString
- end
- object Label1: TLabel
- Left = 16
- Top = 23
- Width = 105
- Height = 16
- AutoSize = False
- Caption = '&Reset String:'
- FocusControl = ResetString
- end
- object Label3: TLabel
- Left = 15
- Top = 144
- Width = 140
- Height = 16
- AutoSize = False
- Caption = 'Dis&able Calling Tone'
- FocusControl = CallingTone
- end
- object ResetString: TEdit
- Left = 157
- Top = 19
- Width = 203
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 0
- end
- object InitString: TEdit
- Left = 157
- Top = 50
- Width = 203
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 1
- end
- object HangupString: TEdit
- Left = 157
- Top = 82
- Width = 203
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 2
- end
- object Time: TSpinEdit
- Left = 157
- Top = 113
- Width = 56
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 2
- MaxValue = 90
- MinValue = 5
- ParentFont = False
- TabOrder = 3
- Value = 30
- end
- object CallingTone: TCheckBox
- Left = 157
- Top = 144
- Width = 36
- Height = 17
- TabOrder = 4
- end
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 170
- Width = 117
- Height = 88
- Caption = 'Dial Type'
- TabOrder = 1
- object Tone: TRadioButton
- Left = 23
- Top = 26
- Width = 71
- Height = 23
- Caption = 'T&one'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object Pulse: TRadioButton
- Left = 23
- Top = 59
- Width = 78
- Height = 21
- Caption = 'Pul&se'
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 124
- Top = 170
- Width = 245
- Height = 88
- Caption = 'Settings'
- TabOrder = 2
- object Label4: TLabel
- Left = 16
- Top = 26
- Width = 81
- Height = 16
- AutoSize = False
- Caption = '&Port:'
- FocusControl = Port
- end
- object Label5: TLabel
- Left = 16
- Top = 59
- Width = 81
- Height = 16
- AutoSize = False
- Caption = '&Baud:'
- FocusControl = Baud
- end
- object Baud: TComboBox
- Left = 100
- Top = 55
- Width = 137
- Height = 24
- Style = csDropDownList
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- Items.Strings = (
- '110'
- '300'
- '1200'
- '2400'
- '4800'
- '9600'
- '14400'
- '19200'
- '38400'
- '57600'
- '115200')
- ParentFont = False
- TabOrder = 1
- end
- object Port: TComboBox
- Left = 100
- Top = 22
- Width = 137
- Height = 24
- Style = csDropDownList
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- Items.Strings = (
- 'COM1'
- 'COM2'
- 'COM3'
- 'COM4')
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'TAPI'
- object GroupBox8: TGroupBox
- Left = 4
- Top = 2
- Width = 365
- Height = 255
- Caption = 'TAPI Settings'
- TabOrder = 0
- object Label18: TLabel
- Left = 16
- Top = 32
- Width = 321
- Height = 16
- AutoSize = False
- Caption = 'Device to Use:'
- end
- object TAPIDevices: TComboBox
- Left = 16
- Top = 53
- Width = 337
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 0
- OnChange = TAPIDevicesChange
- end
- object DeviceProps: TButton
- Left = 200
- Top = 88
- Width = 153
- Height = 25
- Caption = 'Device Properties...'
- TabOrder = 1
- OnClick = DevicePropsClick
- end
- end
- end
- end
- object DialList: TComboBox
- Left = 112
- Top = 8
- Width = 255
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Items.Strings = (
- 'Direct Modem Dialling'
- 'Manual Dialling'
- 'Windows TAPI Dialling')
- TabOrder = 1
- OnChange = DialListChange
- end
- end
- object TTabPage
- Left = 5
- Top = 29
- Caption = 'Auto-Dial'
- object GroupBox3: TGroupBox
- Left = 8
- Top = 8
- Width = 365
- Height = 89
- Caption = 'Automatic Re-Dial'
- TabOrder = 0
- object L_Delay: TLabel
- Left = 62
- Top = 47
- Width = 234
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Delay between Re-Dials (Seconds) '
- FocusControl = Delay
- end
- object Redial: TCheckBox
- Left = 23
- Top = 23
- Width = 286
- Height = 21
- Caption = '&Enable Automatic Re-Dial'
- TabOrder = 0
- OnClick = RedialClick
- end
- object Delay: TSpinEdit
- Left = 300
- Top = 45
- Width = 53
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 3
- MaxValue = 300
- MinValue = 5
- ParentFont = False
- TabOrder = 1
- Value = 10
- end
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 100
- Width = 365
- Height = 101
- Caption = 'Default Dialling Options'
- TabOrder = 1
- object LOGCB: TCheckBox
- Left = 23
- Top = 22
- Width = 330
- Height = 18
- Caption = '&Log Calls to Telephone Log'
- TabOrder = 0
- end
- object PrefixCB: TCheckBox
- Left = 23
- Top = 48
- Width = 157
- Height = 17
- Caption = 'Prefix Call &with'
- TabOrder = 1
- OnClick = PrefixCBClick
- end
- object PINCB: TCheckBox
- Left = 23
- Top = 74
- Width = 333
- Height = 17
- Caption = '&Use Credit Card / Charge Dialling'
- TabOrder = 2
- end
- object PrefixStr: TEdit
- Left = 189
- Top = 44
- Width = 161
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- end
- end
- object TTabPage
- Left = 5
- Top = 29
- Caption = 'General'
- object TAPISheets: TNotebook
- Left = 1
- Top = 2
- Width = 376
- Height = 295
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object GroupBox5: TGroupBox
- Left = 4
- Top = 7
- Width = 365
- Height = 97
- Caption = 'Location Settings'
- TabOrder = 0
- object Label14: TLabel
- Left = 23
- Top = 29
- Width = 146
- Height = 16
- AutoSize = False
- Caption = '&Country Dialling Code'
- FocusControl = CCode
- end
- object Label6: TLabel
- Left = 23
- Top = 61
- Width = 146
- Height = 16
- AutoSize = False
- Caption = '&Local Area Code'
- FocusControl = CCode
- end
- object CCode: TEdit
- Left = 176
- Top = 25
- Width = 178
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 0
- end
- object LocalCode: TEdit
- Left = 176
- Top = 57
- Width = 178
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 1
- end
- end
- object GroupBox6: TGroupBox
- Left = 4
- Top = 111
- Width = 365
- Height = 177
- Caption = 'Credit Card / Charge Dialling'
- TabOrder = 1
- object Label15: TLabel
- Left = 23
- Top = 60
- Width = 154
- Height = 16
- AutoSize = False
- Caption = 'Accoun&t Number'
- FocusControl = PinNumber
- end
- object Label7: TLabel
- Left = 23
- Top = 29
- Width = 154
- Height = 16
- AutoSize = False
- Caption = 'Pro&vider Code'
- FocusControl = PinNumber
- end
- object PinNumber: TEdit
- Left = 177
- Top = 56
- Width = 176
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- end
- object Provider: TEdit
- Left = 177
- Top = 25
- Width = 176
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 0
- end
- object DialBefore: TRadioButton
- Left = 23
- Top = 96
- Width = 329
- Height = 17
- Caption = 'Dial Account Number before Telephone Number'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object DialAfter: TRadioButton
- Left = 23
- Top = 120
- Width = 329
- Height = 17
- Caption = 'Dial Account Number after Telephone Number'
- TabOrder = 3
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'TAPI'
- object GroupBox9: TGroupBox
- Left = 4
- Top = 7
- Width = 365
- Height = 122
- Caption = 'Dialling Preferences'
- TabOrder = 0
- object Label8: TLabel
- Left = 8
- Top = 24
- Width = 113
- Height = 18
- AutoSize = False
- Caption = 'Dialling from:'
- end
- object LocLabel: TLabel
- Left = 126
- Top = 24
- Width = 203
- Height = 16
- AutoSize = False
- Caption = 'LocLabel'
- end
- object Label9: TLabel
- Left = 8
- Top = 56
- Width = 344
- Height = 34
- AutoSize = False
- Caption = 'Use Dialling properties to modify how your calls are dialled.'
- WordWrap = True
- end
- object Button4: TButton
- Left = 200
- Top = 78
- Width = 145
- Height = 25
- Caption = 'Dialling properties...'
- TabOrder = 0
- OnClick = Button4Click
- end
- end
- object GroupBox17: TGroupBox
- Left = 4
- Top = 136
- Width = 365
- Height = 153
- Caption = 'Telephone Number Format'
- TabOrder = 1
- object Label10: TLabel
- Left = 8
- Top = 20
- Width = 353
- Height = 45
- AutoSize = False
- Caption =
- 'The format of the telephone numbers stored in Smart Address, mus' +
- 't conform to one of the following formats:'
- WordWrap = True
- end
- object Label13: TLabel
- Left = 16
- Top = 61
- Width = 153
- Height = 16
- AutoSize = False
- Caption = '&1. Dialable Format'
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label13Click
- end
- object Label16: TLabel
- Left = 192
- Top = 61
- Width = 161
- Height = 16
- AutoSize = False
- Caption = '&2. International Format'
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label13Click
- end
- object Label17: TLabel
- Left = 8
- Top = 87
- Width = 353
- Height = 60
- AutoSize = False
- Caption =
- 'Note: For Country and Area Codes to be automatically removed bef' +
- 'ore dialling, then the number must be specified in the Internati' +
- 'onal Format.'
- WordWrap = True
- end
- end
- end
- end
- end
- end
- object Button1: TButton
- Left = 117
- Top = 342
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 213
- Top = 342
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Baud'
- 'Button1'
- 'Button2'
- 'Button4'
- 'CallingTone'
- 'CCode'
- 'Delay'
- 'DeviceProps'
- 'DialAfter'
- 'DialBefore'
- 'DialList'
- 'GroupBox1'
- 'GroupBox17'
- 'GroupBox2'
- 'GroupBox3'
- 'GroupBox4'
- 'GroupBox5'
- 'GroupBox6'
- 'GroupBox7'
- 'GroupBox8'
- 'GroupBox9'
- 'HangupString'
- 'InitString'
- 'L_Delay'
- 'Label1'
- 'Label10'
- 'Label11'
- 'Label12'
- 'Label13'
- 'Label14'
- 'Label15'
- 'Label16'
- 'Label17'
- 'Label18'
- 'Label19'
- 'Label2'
- 'Label3'
- 'Label4'
- 'Label5'
- 'Label6'
- 'Label7'
- 'Label8'
- 'Label9'
- 'LocalCode'
- 'LocLabel'
- 'LOGCB'
- 'ModemSheets'
- 'ODSHelp1'
- 'PINCB'
- 'PinNumber'
- 'Port'
- 'PrefixCB'
- 'PrefixStr'
- 'Provider'
- 'Pulse'
- 'Redial'
- 'ResetString'
- 'SpeedButton1'
- 'TabbedNotebook1'
- 'TAPIDevices'
- 'TAPISheets'
- 'Time'
- 'Tone')
- HelpText.HelpData = {
- 3F00010000C90054686973206669656C642073686F756C642073706563696679
- 207468652062617564207261746520286F722073706565642920746861742079
- 6F75207769736820746F2075736520666F7220796F7572206D6F64656D2E0D0A
- 0D0A546F206368616E6765207468652073706563696669656420726174652C20
- 75736520746865202264726F702D646F776E22206172726F7720616E64207365
- 6C6563742074686520726174652072657175697265642066726F6D2074686520
- 6C69737420646973706C617965642E00010E0000000100006400546869732062
- 7574746F6E2C207768656E20707265737365642C2077696C6C206170706C7920
- 746865206368616E676573206D61646520746F2074686520636F6E6669677572
- 6174696F6E2073657474696E677320666F7220746865206D6F64656D2E00010E
- 00000001000039005468697320627574746F6E2C207768656E20707265737365
- 642C2077696C6C2063616E63656C20616E79206368616E676573206D6164652E
- 00010E0000000100003D00436C69636B207468697320746F2076696577207072
- 6F7065727469657320666F7220796F7572206469616C6C696E67207072656665
- 72656E6365732E00010E000000010000060154686973206F7074696F6E207768
- 656E2073656C65637465642C2077696C6C2064697361626C6520746865202243
- 616C6C696E6720546F6E65222073656E7420627920746865206D6F64656D2077
- 68656E20736F6D65626F647920616E737765727320612063616C6C206469616C
- 6C656420627920536D61727420416464726573732E0D0A0D0A49662074686520
- 43616C6C696E6720546F6E65206973206E6F742064697361626C65642C207468
- 656E2074686520706572736F6E20616E73776572696E67207468652063616C6C
- 206D617920686561722061206869676820706974636820746F6E652077686963
- 682069732073656E7420627920746865206D6F64656D2E00010E000000010000
- 1E0354686973206669656C6420656E61626C65732074686520696E7465726E61
- 74696F6E616C206469616C6C696E6720636F6465206F662074686520636F756E
- 74727920536D6172742041646472657373206973206265696E672072756E2069
- 6E2C20746F206265207370656369666965642E200D0A0D0A5468697320616C6C
- 6F777320536D617274204164647265737320746F206964656E74696679207768
- 656E206120636F756E74727920636F6465206F6E20612074656C6570686F6E65
- 206E756D626572206973207468652073616D652061732074686520686F737420
- 636F756E7472792E2049662074686573652074776F20636F6465732061726520
- 7468652073616D652C20692E652E2C20746865206E756D626572206265696E67
- 206469616C6C6564207265736964657320696E207468652073616D6520636F75
- 6E7472792061732074686520706572736F6E206D616B696E6720746865206361
- 6C6C2C207468656E2074686520636F756E74727920636F64652077696C6C2062
- 65206175746F6D61746963616C6C792072656D6F7665642066726F6D20746865
- 206E756D626572206469616C6C65642E0D0A0D0A5468697320666163696C6974
- 792069732075736566756C20696620796F7572204164647265737320426F6F6B
- 7320636F6E7461696E2061206C6F74206F6620696E7465726E6174696F6E616C
- 2074656C6570686F6E65206E756D6265727320616E6420796F75207573652053
- 6D61727420416464726573732066726F6D20646966666572656E7420636F756E
- 74726965732E204279206368616E67696E672074686520436F756E7472792043
- 6F646520746F20737569742074686520636F756E74727920796F752061726520
- 63757272656E746C7920776F726B696E6720696E2C20796F752063616E20656E
- 73757265207468617420756E6E6563657373617279206E756D62657273206172
- 65206E6F74206265696E67206469616C6C65642E200D0A0D0A496620796F7520
- 646F6E92742072657175697265207468697320666163696C6974792C20746865
- 6E2074686973206669656C64206D6179206265206C65667420656D7074792E00
- 010E000000010000360154686973206669656C6420616C6C6F77732074686520
- 6E756D626572206F66207365636F6E6473207468617420536D61727420416464
- 72657373207761697473206265666F72652072652D747279696E672061206275
- 737920286F7220656E676167656429202074656C6570686F6E65206E756D6265
- 722C20746F206265207370656369666965642E0D0A0D0A42792064656661756C
- 7420746869732076616C75652069732073706563696669656420617320313020
- 7365636F6E64732C20627574206D617920626520616C74657265642062792073
- 696D706C7920747970696E6720746865206E65772076616C7565206469726563
- 746C7920696E746F20746865206669656C64206F72207573696E672074686520
- 696E6372656D656E74616C20757020616E6420646F776E206172726F77732E00
- 010E0000000100004000436C69636B207468697320746F20766965772070726F
- 7065727469657320666F7220746865206D6F64656D206F6E2074686520544150
- 49206465766963652E00010E000000010000960054686973206F7074696F6E2C
- 207768656E2073656C65637465642C20696E7374727563747320536D61727420
- 4164647265737320746F206469616C20746865204163636F756E74204E756D62
- 6572206166746572207468652074656C6570686F6E65206E756D6265722E2046
- 6F72206578616D706C653A0D0A0D0A363031203530322037313233207B70696E
- 206E756D6265727D2000010E000000010000960054686973206F7074696F6E2C
- 207768656E2073656C65637465642C20696E7374727563747320536D61727420
- 4164647265737320746F206469616C20746865204163636F756E74204E756D62
- 6572206265666F7265207468652074656C6570686F6E65206E756D6265722E20
- 466F72206578616D706C653A0D0A0D0A7B70696E206E756D6265727D20363031
- 20353032203731323300010E0000000100009102546869732064726F702D646F
- 776E206C69737420626F782C20616C6C6F777320796F7520746F2073656C6563
- 74207468652077617920796F75207769736820536D6172742041646472657373
- 20746F206469616C20612074656C6570686F6E65206E756D6265722E20596F75
- 206D61792073656C6563743A0D0A0D0A446972656374204D6F64656D20446961
- 6C6C696E673A0D0A54686973207573657320536D617274204164647265737327
- 20696E2D6275696C74206469616C6C696E67206361706162696C697469657320
- 746F206469616C2074656C6570686F6E65206E756D626572732E200D0A0D0A4D
- 616E75616C204469616C6C696E673A0D0A4D616E75616C206469616C6C696E67
- 2069732075736566756C20696620796F7520646F206E6F742068617665206120
- 6D6F64656D20636F6E6E656374656420746F20796F757220636F6D7075746572
- 2E205768656E2061206E756D626572206973206469616C6C65642C2061206469
- 616C6F6775652077696C6C20626520646973706C617965642073686F77696E67
- 20696E206C61726765207072696E742C20746865206E756D62657220746F2062
- 65206469616C6C65642E0D0A0D0A57696E646F77732054415049204469616C6C
- 696E67202833324269742056657273696F6E204F6E6C79290D0A546869732075
- 73652074686520696E2D6275696C74206469616C6C696E67206361706162696C
- 6974696573206F662057696E646F777320746F206469616C2074656C6570686F
- 6E65206E756D626572732E20417320737563682C206974207573657320746865
- 206E756D62657220666F726D617474696E6720696E666F726D6174696F6E2061
- 732073657420766961207468652057696E646F777320436F6E74726F6C205061
- 6E656C2E00010E00000001000076015468657365206F7074696F6E7320616C6C
- 6F77207468652074797065206F66206469616C6C696E6720746F6E6520757365
- 64206279207468652074656C6570686F6E652073797374656D20746F20626520
- 7370656369666965642E200D0A0D0A53656C656374207468652022546F6E6522
- 206F7074696F6E20696620796F7520617265206F6E20616E2065786368616E67
- 652074686174207573657320746F6E65206469616C6C696E672C206F74686572
- 776973652073656C65637420746865202250756C736522206F7074696F6E2066
- 6F722065786368616E676573207374696C6C207573696E672070756C73652064
- 69616C6C696E672E0D0A0D0A496620696E20646F7562742061626F7574207768
- 696368206D6574686F64206F66206469616C6C696E6720796F75722074656C65
- 70686F6E652065786368616E676520757365732C20706C6561736520636F6E73
- 756C7420796F75722074656C6570686F6E6520736572766963652070726F7669
- 6465722E00010E000000010000000001000000000100000000010E0000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000FE0053
- 706563696669657320776865726520796F752077696C6C206265207768656E20
- 796F75206D616B65207468652063616C6C2E20546865206C6F636174696F6E20
- 696E666F726D6174696F6E206973207573656420746F2064657465726D696E65
- 20696620612070686F6E65206E756D626572206973206C6F63616C2C206C6F6E
- 672064697374616E63652C206F7220696E7465726E6174696F6E616C2E200D0A
- 0D0A4E6F74653A204C6F636174696F6E20696E666F726D6174696F6E20697320
- 75736564206F6E6C7920666F722070686F6E65206E756D6265727320656E7465
- 72656420696E20696E7465726E6174696F6E616C20666F726D61742E00010E00
- 0000010000B50154686973206669656C6420616C6C6F777320616E202268616E
- 672D757020737472696E672220746F20626520646566696E65642E2054686973
- 20737472696E672069732073656E7420746F20746865206D6F64656D20616674
- 657220612074656C6570686F6E652063616C6C20686173206265656E20616E73
- 7765726564206F722063616E63656C6C65642C20746F2074656C6C2074686520
- 6D6F64656D20746F2068616E672D75702069747320636F6E6E656374696F6E2E
- 205468697320656E7375726573207468617420746865206D6F64656D20697320
- 7468656E20617661696C61626C6520666F72206F7468657220636F6D6D756E69
- 636174696F6E20656E61626C6564206170706C69636174696F6E7320746F2075
- 73652069742E0D0A0D0A466F72206D6F7374206D6F64656D7320746869732073
- 7472696E672077696C6C206265204154482C2062757420706C6561736520636F
- 6E73756C7420796F75206D6F64656D927320646F63756D656E746174696F6E20
- 69662070726F626C656D732061726520656E636F756E7465726564207768656E
- 207573696E6720746869732064656661756C7420737472696E672E00010E0000
- 00010000720154686973206669656C6420616C6C6F777320616E2022696E6974
- 69616C69736174696F6E20737472696E672220746F20626520646566696E6564
- 2E205468697320737472696E672069732073656E7420746F20746865206D6F64
- 656D206265666F726520536D6172742041646472657373206469616C73206120
- 74656C6570686F6E65206E756D62657220616E6420656E61626C6573206E6F6E
- 2D64656661756C74206D6F64656D206F7074696F6E7320746F20626520736574
- 2E0D0A0D0A466F72206D6F7374206D6F64656D73207468697320737472696E67
- 206D6179206265206C65667420656D7074792C2062757420696620796F752064
- 6F207265717569726520746F20616C74657220616E79206F6620746865206D6F
- 64656D92732064656661756C742073657474696E67732C20706C656173652063
- 6F6E73756C7420796F75206D6F64656D927320646F63756D656E746174696F6E
- 20666F722074686520666F726D617420746F207573652E00010E000000010000
- 08002D3E44656C61790001000000000100000E002D3E5265736574537472696E
- 67000100000000010000000001000000000100000F002D3E48616E6775705374
- 72696E670001000000000100000D002D3E496E6974537472696E670001000000
- 00010000A201436F6E7461696E732065786163746C7920746865206E756D6265
- 727320796F752077616E7420746F206469616C2E205468697320666F726D6174
- 206973206F6674656E2075736564207768656E20796F752077616E7420746F20
- 63616C6C20696E7465726E616C20657874656E73696F6E73206F722073706563
- 69616C206E756D626572732C207375636820617320666F7220616E206F706572
- 61746F722C20656D657267656E63792073657276696365732C206F7220646972
- 6563746F727920617373697374616E63652E0D0A0D0A43616C6C7320696E2074
- 68697320666F726D617420617265206469616C65642065786163746C79206173
- 2074686579206172652073686F776E2C207265676172646C657373206F662077
- 686174206C6F636174696F6E20796F7520737065636966792E2043616C6C696E
- 672063617264732063616E6E6F7420626520757365642E0D0A0D0A5468697320
- 697320616E206578616D706C65206F6620746865206469616C61626C6520666F
- 726D617420666F7220616E20696E7465726E616C20657874656E73696F6E3A20
- 323431342E0D0A00010E00000001000008002D3E43436F646500010E00000001
- 00000C002D3E50696E4E756D6265720001000000000100008E01537065636966
- 696573207468652070686F6E65206E756D62657220696E206120666F726D6174
- 20746861742063616E206265206469616C65642066726F6D20616E79206C6F63
- 6174696F6E206F72207769746820612063616C6C696E6720636172642E0D0A0D
- 0A54686520696E7465726E6174696F6E616C20666F726D61742069733A200D0A
- 0D0A2B43432028414329204E554D4245520D0A0D0A7768657265204343206973
- 2074686520636F756E74727920636F64652C2041432069732074686520617265
- 61206F72206369747920636F64652C20616E64204E554D424552206973207468
- 65206C6F63616C2070686F6E65206E756D6265722E2054797065207468652070
- 6C7573207369676E2C20706172656E7468657365732C20616E64207370616365
- 732065786163746C792061732073686F776E2E200D0A0D0A5468697320697320
- 616E206578616D706C65206F662074686520696E7465726E6174696F6E616C20
- 666F726D617420666F722061206E756D6265723A20202B312028393031292035
- 3535313233342E00010E00000001000000000100000000010000000001000000
- 000100000000010000000001000007002D3E54696D650001000000000100000E
- 002D3E43616C6C696E67546F6E6500010000000001000007002D3E506F727400
- 010000000001000007002D3E426175640001000000000100000C002D3E4C6F63
- 616C436F64650001000000000100000B002D3E50726F76696465720001000000
- 000100000000010000000001000000000100000000010000D002546869732066
- 69656C6420656E61626C657320746865206C6F63616C206469616C6C696E6720
- 636F6465206F6620746865206172656120536D61727420416464726573732069
- 73206265696E672072756E20696E2C20746F206265207370656369666965642E
- 200D0A0D0A5468697320616C6C6F777320536D61727420416464726573732074
- 6F206964656E74696679207768656E2061206C6F63616C206469616C6C696E67
- 20636F6465206F6E20612074656C6570686F6E65206E756D6265722069732074
- 68652073616D652061732074686520686F737420617265619273206469616C6C
- 696E6720636F64652E2049662074686573652074776F20636F64657320617265
- 207468652073616D652C20692E652E2C20746865206E756D626572206265696E
- 67206469616C6C6564207265736964657320696E207468652073616D65206C6F
- 63616C20617265612061732074686520706572736F6E206D616B696E67207468
- 652063616C6C2C207468656E20746865206C6F63616C206469616C6C696E6720
- 636F64652077696C6C206265206175746F6D61746963616C6C792072656D6F76
- 65642066726F6D20746865206E756D626572206469616C6C65642E0D0A0D0A54
- 68697320666163696C6974792069732075736566756C20696620796F75722041
- 64647265737320426F6F6B7320636F6E7461696E2061206D6978206F66206C6F
- 63616C20616E6420206E6F6E2D6C6F63616C2074656C6570686F6E65206E756D
- 626572732C20617320796F752063616E20656E73757265207468617420756E6E
- 6563657373617279206E756D6265727320617265206E6F74206265696E672064
- 69616C6C6564207768656E206D616B696E67206C6F63616C2063616C6C732E0D
- 0A0D0A496620796F7520646F6E92742072657175697265207468697320666163
- 696C6974792C207468656E2074686973206669656C64206D6179206265206C65
- 667420656D7074792E00010E00000001000000000100000000010000A0015468
- 6973206F7074696F6E20696E7374727563747320536D61727420416464726573
- 73207468617420616C6C2074656C6570686F6E652063616C6C73206D61646520
- 73686F756C64206265207265636F7264656420696E2074686520686F73742041
- 64647265737320426F6F6B20656E74727992732074656C6570686F6E65206361
- 6C6C206C6F672E0D0A0D0A42792064656661756C742C20616C6C2074656C6570
- 686F6E652063616C6C73206D6164652077696C6C20636865636B206966207468
- 65792073686F756C64206C6F67207468652063616C6C20627920736565696E67
- 20776865746865722074686973206F7074696F6E2069732073656C6563746564
- 206F72206E6F742E20486F77657665722C20696E646976696475616C206E756D
- 62657273206D6179206265206F76657272696464656E20746F20616374206469
- 66666572656E746C792C206279206368616E67696E67207468656972206F7074
- 696F6E73207573696E672074686520224469616C204E756D6265722220636F6D
- 6D616E64202822546F6F6C73207C204469616C204E756D62657222292000010E
- 0000000100000000010000000001000000000100000000010000740254686973
- 206F7074696F6E207768656E2073656C65637465642C20696E73747275637473
- 20536D617274204164647265737320746F207573652043726564697420436172
- 64206F7220436861726765204163636F756E742063616C6C73207768656E2064
- 69616C6C696E67207468652074656C6570686F6E65206E756D6265722E200D0A
- 0D0A5768656E207573696E67207468657365207479706573206F662063616C6C
- 732C206120736572766963652070726F766964657220636F646520616E642061
- 6E206163636F756E74206E756D626572206E65656420746F2073706563696669
- 6564206265666F726520656163682063616C6C206469616C6C65642E20546865
- 73652076616C7565732073686F756C6420626520737065636966696564206F6E
- 207468652047656E6572616C2070616765206F662074686973206469616C6F67
- 75652E0D0A0D0A42792064656661756C742C20616C6C2074656C6570686F6E65
- 206E756D62657273206469616C6C65642C2077696C6C20636865636B20696620
- 746865792073686F756C642075736520437265646974206F7220436861726765
- 206469616C6C696E6720627920736565696E6720776865746865722074686973
- 206F7074696F6E2069732073656C6563746564206F72206E6F742E20486F7765
- 7665722C20696E646976696475616C206E756D62657273206D6179206265206F
- 76657272696464656E20746F2061637420646966666572656E746C792C206279
- 206368616E67696E67207468656972206F7074696F6E73207573696E67207468
- 6520224469616C204E756D6265722220636F6D6D616E64202822546F6F6C7320
- 7C204469616C204E756D626572222900010E0000000100008102546869732066
- 69656C6420656E61626C657320746865206163636F756E7420636F646520666F
- 7220616E7920437265646974206F72204368617267652063616C6C2073657276
- 69636520796F75206D6179206265207573696E6720746F206265207370656369
- 666965642E200D0A0D0A466F72206578616D706C652C20696620796F75206D61
- 6B6520757365206F662061204D657263757279202070686F6E65206C696E6520
- 7365727669636520616E64206861766520746F2075736520616E206163636F75
- 6E7420286F722050494E29206E756D626572206F66203132333435363720746F
- 20616363657373207468617420736572766963652C20796F752073686F756C64
- 20656E746572203132333435363720696E20746865204163636F756E7420436F
- 6465206669656C642E2054686973206669656C642077696C6C206E6F74206469
- 73706C617920746865206E756D62657220656E74657265642C20627574207769
- 6C6C20686964652074686520636F6465206279207265706C6163696E67207468
- 65206974207769746820222A2220636861726163746572732E0D0A0D0A546F20
- 757365207468697320666163696C6974792C20796F75206D7573742068617665
- 20656E61626C6564207468652022557365204372656469742043617264202F20
- 436861726765204469616C6C696E6722206F7074696F6E2C2065697468657220
- 676C6F62616C6C792076696120746865204175746F2D4469616C205061676520
- 6F662074686973206469616C6F6775652C206F7220617420656E747279206C65
- 76656C207573696E6720746865204469616C204E756D62657220636F6D6D616E
- 64202822546F6F6C73207C204469616C204E756D62657222292E00010E000000
- 010000C30054686973206669656C642073686F756C6420737065636966792074
- 686520636F6D6D756E69636174696F6E7320706F7274207468617420796F7520
- 6D6F64656D20697320636F6E6E656374656420746F2E0D0A0D0A546F20636861
- 6E6765207468652073706563696669656420706F72742C207573652074686520
- 2264726F702D646F776E22206172726F7720616E642073656C65637420746865
- 20706F72742072657175697265642066726F6D20746865206C69737420646973
- 706C617965642E00010E0000000100000C002D3E50726566697853747200010E
- 000000010000FE0254686973206F7074696F6E20616C6C6F7773206120707265
- 66697820746F206265206170706C69656420746F20616C6C2074656C6570686F
- 6E65206E756D62657273206469616C6C65642E205768656E2073656C65637465
- 642C207468652070726566697820746F206265206170706C69656420746F2074
- 68652074656C6570686F6E65206E756D6265722073686F756C6420626520656E
- 746572656420696E746F207468652074657874206669656C642070726F766964
- 65642E0D0A0D0A466F72206578616D706C652C207768656E20776F726B696E67
- 20696E20616E206F666669636520697420697320736F6D6574696D6573206E65
- 6365737361727920746F206469616C20612091399220746F206669727374206F
- 627461696E20616E206F7574736964652074656C6570686F6E65206C696E652E
- 205573696E672074686973206F7074696F6E20616E642073706563696679696E
- 6720612091399220617320746865207072656669782C2077696C6C20656E7375
- 7265207468617420616C6C206E756D62657273206469616C6C65642077696C6C
- 206175746F6D61746963616C6C7920686176652074686973206F757473696465
- 206C696E65206E756D626572206469616C6C65642066697273742E0D0A0D0A42
- 792064656661756C742C20616C6C2074656C6570686F6E65206E756D62657273
- 206469616C6C65642C2077696C6C20636865636B20696620746865792073686F
- 756C642061646420612070726566697820746F20746865206E756D6265722062
- 7920736565696E6720776865746865722074686973206F7074696F6E20697320
- 73656C6563746564206F72206E6F742E20486F77657665722C20696E64697669
- 6475616C206E756D62657273206D6179206265206F76657272696464656E2074
- 6F2061637420646966666572656E746C792C206279206368616E67696E672074
- 68656972206F7074696F6E73207573696E672074686520224469616C204E756D
- 6265722220636F6D6D616E64202822546F6F6C73207C204469616C204E756D62
- 657222292000010E000000010000EE0154686973206669656C6420656E61626C
- 6573207468652070726F766964657220636F646520666F7220616E7920437265
- 646974206F72204368617267652063616C6C207365727669636520796F75206D
- 6179206265207573696E6720746F206265207370656369666965642E200D0A0D
- 0A466F72206578616D706C652C20696620796F75206D616B6520757365206F66
- 2061204D657263757279202070686F6E65206C696E6520736572766963652061
- 6E64206861766520746F206469616C2031333120746F20616363657373207468
- 617420736572766963652C20796F752073686F756C6420656E74657220313331
- 20696E207468652050726F766964657220436F6465206669656C642E0D0A0D0A
- 546F20757365207468697320666163696C6974792C20796F75206D7573742068
- 61766520656E61626C6564207468652022557365204372656469742043617264
- 202F20436861726765204469616C6C696E6722206F7074696F6E2C2065697468
- 657220676C6F62616C6C792076696120746865204175746F2D4469616C205061
- 6765206F662074686973206469616C6F6775652C206F7220617420656E747279
- 206C6576656C207573696E6720746865204469616C204E756D62657220636F6D
- 6D616E64202822546F6F6C73207C204469616C204E756D62657222292E00010E
- 000000010000000001000000000100003F0154686973206F7074696F6E207768
- 656E2073656C65637465642C20696E7374727563747320536D61727420416464
- 7265737320746F2072652D6469616C207468652074656C6570686F6E65206E75
- 6D626572206966206974927320666F756E6420746F2062652062757379207768
- 656E20636F6E6E656374696E672E20536D61727420416464726573732077696C
- 6C207468656E2077616974206120737065636966696564206E756D626572206F
- 66207365636F6E64732C206265666F7265207265747279696E6720746865206E
- 756D62657220616761696E2E205468697320616374696F6E2077696C6C206265
- 20726570656174656420756E74696C2065697468657220746865206E756D6265
- 72206265636F6D657320617661696C61626C65206F722069732063616E63656C
- 6C65642062792074686520757365722E00010E000000010000B5015468697320
- 6669656C6420616C6C6F777320612022726573657420737472696E672220746F
- 20626520646566696E65642E205468697320737472696E672069732073656E74
- 20746F20746865206D6F64656D206265666F726520536D617274204164647265
- 7373206469616C7320612074656C6570686F6E65206E756D6265722C20746F20
- 726573657420746865206D6F64656D20746F206974732064656661756C742070
- 6F7765722D6F6E2073746174652E205468697320656E73757265732074686174
- 2070726576696F757320636F6D6D756E69636174696F6E20656E61626C656420
- 6170706C69636174696F6E732068617665206E6F74206C65667420746865206D
- 6F64656D20696E20616E20756E757361626C652073746174652E0D0A0D0A466F
- 72206D6F7374206D6F64656D73207468697320737472696E672077696C6C2062
- 652041545A2C2062757420706C6561736520636F6E73756C7420796F75206D6F
- 64656D927320646F63756D656E746174696F6E2069662070726F626C656D7320
- 61726520656E636F756E7465726564207768656E207573696E67207468697320
- 64656661756C7420737472696E672E00010E0000000100000000010000000001
- 000000000100000000010000FD00496620796F752068617665206D6F72652074
- 68616E206F6E652070686F6E65206C696E65206F72206D6F64656D2C206F7220
- 6F6E652070686F6E65206C696E6520616E64206F6E6520766F696365206C696E
- 652C2074686973206F7074696F6E207370656369666965732077686963682054
- 4150492064657669636520746F20757365207768656E206469616C696E67206F
- 75742E200D0A0D0A49662074686520544150492064657669636520796F752077
- 616E742069736E2774206F6E2074686973206C6973742C20796F75206E656564
- 20746F20696E7374616C6C2061206E65772074656C6570686F6E792064657669
- 6365206472697665722E00010E00000001000000000100000000010000C90154
- 686973206669656C6420616C6C6F77732061206D6F64656D2074696D652D6F75
- 742076616C756520746F206265207370656369666965642E2054686973207661
- 6C7565206973207573656420746F207465726D696E61746520616E79206D6F64
- 656D2066756E6374696F6E2C206966206120726573706F6E7365206973206E6F
- 742072656365697665642077697468696E207468652073706563696669656420
- 6E756D626572206F66207365636F6E64732E0D0A0D0A42792064656661756C74
- 20746869732076616C75652069732073657420746F203330207365636F6E6473
- 2C20686F7765766572206974206D61792062652061646A757374656420696620
- 746869732070726F76657320746F20626520756E7375697461626C6520666F72
- 20746865206D6F64656D206265696E67207573656420616E642074686520636F
- 6E646974696F6E73207072657661696C696E672E20546F2061646A7573742074
- 68652076616C75652C20656974686572207479706520746865206E6577207661
- 6C7565206469726563746C7920696E746F2074686973206669656C64206F7220
- 7573652074686520696E6372656D656E74616C20757020616E6420646F776E20
- 6172726F77732E00010E00000001000000000100000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 24
- Top = 344
- end
- end
-